VERSION 5.00 Begin VB.Form frmDocument BorderStyle = 1 'Fixed Single Caption = "frmDocument" ClientHeight = 3195 ClientLeft = 45 ClientTop = 330 ClientWidth = 4680 LinkTopic = "Form1" MaxButton = 0 'False MDIChild = -1 'True MinButton = 0 'False ScaleHeight = 3195 ScaleWidth = 4680 Begin VB.PictureBox picBoard AutoRedraw = -1 'True BackColor = &H80000009& Height = 3090 Left = 60 MousePointer = 99 'Custom ScaleHeight = 3030 ScaleWidth = 4515 TabIndex = 0 Top = 60 Width = 4575 End Attribute VB_Name = "frmDocument" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub Form_Load() Form_Resize End Sub Private Sub Form_Resize() On Error Resume Next Picture1.Move 100, 100, Me.ScaleWidth - 200, Me.ScaleHeight - 200 Picture1.RightMargin = rtfText.Width - 400 End Sub